Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build system information #63

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Add build system information #63

wants to merge 13 commits into from

Conversation

tammoippen
Copy link
Owner

No description provided.

@@ -55,26 +51,26 @@


def int_formatter(val, chars, delta, left):
return '{:{}{}}'.format(int(val), '<' if left else '>', chars)
return "{:{}{}}".format(int(val), "<" if left else ">", chars)

Check warning

Code scanning / CodeQL

Unused argument in a formatting call Warning

Too many arguments for string format. Format
"{:{}{}}"
requires only 2, but 3 are provided.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant